From 8d835167c276055389215d4cabdb20bcb786146f Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 10 Feb 2010 09:09:35 +0000 Subject: [PATCH] tmem: Disable by default: enable with Xen boot param 'tmem' This reverts 20758:4e56f809ddbf and 20655:3c5b5c4c1d79 Signed-off-by: Keir Fraser --- xen/common/tmem_xen.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xen/common/tmem_xen.c b/xen/common/tmem_xen.c index ba3f03ca97..950c9c03da 100644 --- a/xen/common/tmem_xen.c +++ b/xen/common/tmem_xen.c @@ -14,11 +14,7 @@ #define EXPORT /* indicates code other modules are dependent upon */ -#ifdef __x86_64__ -EXPORT int opt_tmem = 1; -#else EXPORT int opt_tmem = 0; -#endif boolean_param("tmem", opt_tmem); EXPORT int opt_tmem_compress = 0; -- 2.30.2